You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2022. It is now read-only.
Hi, I'm running docker run -p 5433:5433 -d -v ~/vertica_data:/home/dbadmin/docker jbfavre/vertica:9.2.0-7_centos-7 but when shutting down the following lines are not executed:
Hi, I'm running
docker run -p 5433:5433 -d -v ~/vertica_data:/home/dbadmin/docker jbfavre/vertica:9.2.0-7_centos-7but when shutting down the following lines are not executed:https://github.com/jbfavre/docker-vertica/blob/master/docker-entrypoint.sh#L15-L19
As a consequence of this trying to start against a previously created persistent store tries to re-create the DB again and fails.
By re-ordering the commands like so it works correctly (i.e. saving the configuration prior to invoke the shutdown of Vertica):