gchq / stroom-resources

Applications and resources on which Stroom services depend
Apache License 2.0
5 stars 11 forks source link

backup_databases.sh can't find database #89

Closed at055612 closed 3 years ago

at055612 commented 4 years ago

This line

source "$DIR"/config/stroom_core_test.env

needs to be before

readonly DATABASES=( \
  "${STROOM_AUTH_DB_NAME:-auth}"
  "${STROOM_DB_NAME:-stroom}"
  "${STROOM_STATS_DB_NAME:-stats}"
)
at055612 commented 4 years ago

Needs to be fixed in 6.0 and merged up the chain

at055612 commented 3 years ago

Fixed on 6.1 and merged up