configuration - Insurance Software development

Openproject: Some important additional configurations

Author - Webner
|
5:39 am
|
0 Comments
| |

1. Database migration from ec2 to RDS

Backup and restore DB

# pg_dump -Fc -v -h [instance endpoint] -U [master_username] [database] > [database].dump

createdb [new database name]

# pg_restore -v -h [instance endpoint] -U [master_username] -d [new database name] [database].dump

In below file changes required with following directives

# vi /etc/openproject/conf.d/00_addon_postgres

export DATABASE_URL=”postgres://:@:5432/”

# openproject restart

2. Set S3 bucket for storage for attachments

# vi /etc/openproject/conf.d/other

Comment the below line

#export ATTACHMENTS_STORAGE_PATH=”/var/db/openproject/files”

And, add the below directives at the end of file

export […]

VM (installation, configure, optimize, monitoring, backups, security)

Author - Webner
|
12:02 pm
|
0 Comments
| |

VM (installation, configure, optimize, monitoring, backups, security)

Introduction:

Microsoft Azure is a cloud-based software program and services, offering a wide range of solutions for businesses including virtual computing, mobile and web application development platforms, storage, network hosting, and analytics tools

You can Accelerate your Business and Efficiency with Webner Solution services on Microsoft Azure. Webner Solutions helps your organization quickly realize the cloud’s power to transform operations and speed innovation through our deep skills and experience in delivering Azure-based solutions.

We have a team of experts who can handle the critical environment and […]

Contact Us