Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • 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?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Docker Data backup

Docker Data backup

Added by venkat swaminathan over 5 years 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...