Sha256: ecd1e6e8be13285572682046db26db4a0f081a2871ed2da2d5ff9e30d4c7c6ac

Contents?: true

Size: 453 Bytes

Versions: 21

Compression:

Stored size: 453 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"

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

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
ey_cloud_server-1.4.51 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.50 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.49 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.47a features/restoring_postgres_backup.feature
ey_cloud_server-1.4.47 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.46 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.45 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.44 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.43 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.42 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.41 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.40 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.39 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.37 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.37.ruby19 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.36 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.34 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.33 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.32 features/restoring_postgres_backup.feature
ey_cloud_server-1.4.31 features/restoring_postgres_backup.feature