Content
You are here:
Docker Data backup
Added by venkat swaminathan almost 5 years ago
Good Day,
We are planning to setup a Openproject community latest in AWS fargate and investigating right approach for deploying.
- Database: Planning to use postgres 9.6 in AWS RDS (Since openproject is using 9.6)
- For storage planning to use AWS S3
#export ATTACHMENTS_STORAGE_PATH="/var/db/openproject/files"
/etc/openproject/conf.d/other
export OPENPROJECT_ATTACHMENTS__STORAGE="fog"
export OPENPROJECT_FOG_DIRECTORY="----"
export OPENPROJECT_FOG_CREDENTIALS_PROVIDER="AWS"
export OPENPROJECT_FOG_CREDENTIALS_AWS__ACCESS__KEY__ID="----"
export OPENPROJECT_FOG_CREDENTIALS_AWS__SECRET__ACCESS__KEY="----"
export FOG_CREDENTIALS_REGION="us-east-1"
3. Other than this what should we consider. Should we set cron in image to run some periodic backup ? If that is the case what are files that needs consideration ?
Request some guidanceĀ
Regards
Venkat