mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-01 23:48:33 +00:00
fix: remove any attached volumes while reinstalling with upstall
This commit is contained in:
@@ -420,7 +420,7 @@ check_existing_installation() {
|
||||
exit 0
|
||||
else
|
||||
echo "Reinstalling NocoDB..."
|
||||
$CONFIG_DOCKER_COMMAND compose down
|
||||
$CONFIG_DOCKER_COMMAND compose down -v
|
||||
|
||||
unset COMPOSE_PROJECT_NAME
|
||||
cd /tmp || exit 1
|
||||
|
||||
Reference in New Issue
Block a user