mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-07 08:02:30 +00:00
da4cb2f639
While these modules are really nice and helpful, we can't use them for at least 2 reasons: - for us, Postgres runs in a container on a private Docker network (`--network=matrix`) without usually being exposed to the host. These modules execute on the host so they won't be able to reach it. - these modules require `psycopg2`, so we need to install it before using it. This might or might not be its own can of worms. |
||
---|---|---|
.. | ||
util | ||
import_postgres.yml | ||
import_sqlite_db.yml | ||
init.yml | ||
main.yml | ||
migrate_postgres_data_directory.yml | ||
run_vacuum.yml | ||
setup_postgres.yml | ||
upgrade_postgres.yml | ||
validate_config.yml |