PromucFlow_constructor/deploy/docker/fs/opt/appsmith/run-postgres.sh
2023-10-17 15:00:12 +05:30

5 lines
174 B
Bash
Executable File

#!/bin/bash
rm -f /appsmith-stacks/data/postgres/main/core.*
exec /usr/lib/postgresql/13/bin/postgres -D "/appsmith-stacks/data/postgres/main" -c listen_addresses=127.0.0.1