Sha256: 0e4d951fbcafd350af34c16c276220c2370acf08e3c05c1ebba9c947537391e5

Contents?: true

Size: 566 Bytes

Versions: 5

Compression:

Stored size: 566 Bytes

Contents

Feature:
  Scenario: no backup
    Given there is a postgresql database (first)
    When backup "0" for the "first" database is restored
    Then stderr contains "No backup found for database"
    And the "first" postgresql database is dropped

  Scenario: with a backup
    Given there is a postgresql database (first)
    And backups for postgresql are run
    And the "first" postgresql database is dropped
    When backup "0" for the "first" database is restored
    Then the "first" postgresql database exists
    And the "first" postgresql database is dropped

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ey_cloud_server-1.5.0 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.61 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.60 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.58 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.54 features/restoring_postgres_backup.feature