問題タブ [docker-aws]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
postgresql - サービスの更新時に Postgres AWS EBS ボリュームが保持されない
標準の Docker for AWS スタックにサービスをデプロイします (このテンプレートを使用)。docker stack deploy -c docker-compose.yml pos
この構成ファイルを使用してデプロイします。
次に、データベース内のいくつかのデータを変更し、サービスの更新を強制しますdocker service update --force pos_postgres_vanilla
問題は、変更したデータが更新後に保持されないことです。更新するたびに postgres initdb スクリプトが実行されることに気付いたので、関連していると思います。
私が間違っていることはありますか?
amazon-web-services - AMazon S3 バケットを docker コンテナでマウントする他の方法はありますか
バックアップおよび同期プロセスなしで docker コンテナーを使用して s3 バケットをマウントする