Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Release 6.0.0-beta-1 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
choucrifahed committed Sep 19, 2019
1 parent c2561de commit 679b2af
Show file tree
Hide file tree
Showing 9 changed files with 1,688 additions and 1,688 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,18 +102,18 @@ In case you receive a notification from Amalto for a new release of Platform 6,
For that, check that your instance is stopped, then:

* Pull the latest version of this repo.
* Set the `PLATFORM6_VERSION` variable in the `.env` file to the desired version.
* Set the `PLATFORM6_VERSION` and `P6CORE_IMAGE_ID` variables in the `.env` file to the desired version.
* Carefully read the [migration guide](https://documentation.amalto.com/platform6/master/releases/migration/migration-troubleshooting/) for any additional steps to apply.
* Start your instance.

## Update your database version

The database version is specified in the `.env` file. If you would like to change it follow these steps:

* First, export all your database data by running `pgsql_export.sh` (Unix) / `pgsql_export.bat` (Windows), while your database is still running with the old version. This will create a dump file in the `database_dumps` folder.
* First, export all your database data by running `db_export.sh` (Unix) / `db_export.bat` (Windows), while your database is still running with the old version. This will create a dump file in the `database_dumps` folder.
* Stop your instance by running `stop_platform6.sh` (Unix) / `stop_platform6.bat` (Windows).
* Set the variable `PGSQL_VERSION` in the `.env` file to the desired version, minimum version is 9.6.1.
* Run `pgsql_import.sh` (Unix) / `pgsql_import.bat` (Windows).
* Set the variable `PGSQL_VERSION` in the `.env` file to the desired version, minimum version is 11.3.
* Run `db_import.sh` (Unix) / `db_import.bat` (Windows).
* Start your instance by running `start_platform6.sh` (Unix) / `start_platform6.bat` (Windows).

## Troubleshooting
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 679b2af

Please sign in to comment.