Added by venkat swaminathan almost 6 years ago
Good Day,
We are planning to setup a Openproject community latest in AWS fargate and investigating right approach for deploying.
	#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