I would like to upgrade my running network from version 4.3.8 to 5.x without loosing any data (yes, i have a backup)
Is it possible to overwrite the existing installation by using composer without any problems?
composer create-project elgg/starter-project:dev-master ./path/to/my/project cd ./path/to/my/project composer install log in as admin https://my.network/upgrade.php
Is this the right way?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
You must log in to post replies.Copy composer.json from root (not from elgg/elgg) Elgg 5.0.1 to your Elgg 4 root project.
Then use this method.
Done.
Of course, don't forget to remove all Elgg 4 plugins from /mod and replace on Elgg 5 after upgrading