Top Menu

Jump to content
  • OpenProject
    • View all projects
Home
    • Projects
    • Work packages
    • News
    • Getting started
    • Introduction video
    • Welcome to OpenProject

      Get an overview

      Get a quick overview of project management and team collaboration with OpenProject.
      You can restart this video from the help menu

    • Help and support
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Professional support

    • Additional resources
    • Legal notice
    • Data privacy and security policy
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?
      Create a new account

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
  • Roadmap
  • Work packages
  • Boards
  • Calendar
  • Forums
You are here:
  • Forums
  • Support Installation & Updates

Content

Docker Data backup

Added by venkat swaminathan about 1 year ago

Good Day,

We are planning to setup a Openproject community latest in AWS fargate and investigating right approach for deploying.

  1. Database: Planning to use postgres 9.6 in AWS RDS (Since openproject is using 9.6)
  2. 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


Loading...