We assume in this section that you have registered at Manage Information Systems an application system with "application code" 5.
Partner developers are highly encouraged to also maintain GitLab contents similar to this and this for at least the following reasons:
to strengthen your potential customers' faith of your services and products
If unfortunately you cease to maintain your information systems, the resources you uploaded to GitLab allow other people to take over your job and thus the lives of your information systems continue and your customers' rights are accordingly guaranteed.
to collect technical feedback from the world
The more up to date your uploaded files are, your customers' rights are better protected.
Please follow these steps to upload the database backup:
Reset license information in stable database.
Go to Manage Information Systems to set as the trial license information in database app5 if you have never done this on this database before. This action enables desktop version of PostERP server to connect with the database restored from the backup file of database app5, and to run for users' evaluation for a certain period of time. This action also reset the passwords t43.f4 of "special accounts" Section 2.1.3 to NULL. PostERP server of desktop version unconditionally accepts clients' login when t43.f4 is NULL.
Dump the stable database of your application:
pg_dump -h 192.168.1.200 -U dba -Fc -f /tmp/posterp5.db app5 |
Please replace above 192.168.1.200 with your development server's IP address displayed on Manage Information Systems.
Upload database backup file /tmp/posterp5.db to your GIT project https://gitlab.com/terarows/app5.