Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notes on guide upgrading from 1.0.0-RC3 to 1.0.0 #74

Open
giancarlobi opened this issue Sep 15, 2022 · 2 comments
Open

Notes on guide upgrading from 1.0.0-RC3 to 1.0.0 #74

giancarlobi opened this issue Sep 15, 2022 · 2 comments

Comments

@giancarlobi
Copy link

Not really an issue, some notes I observed migrating.
I report all here, something due to my wrong steps or not, anyway I hope this helps.

Starting point: archipelago-deplyment-live RC3 on an Ubuntu 20.04 server

Upgrading Step 2:

  • I need git fetch before git checkout 1.0.0
  • First checkout was aborted before sync all, solved with -f option and/or change permissions on filesystem (not clear to me)
  • cp docker-compose-linux.yml docker-compose.yml BUT docker-compose-linux.yml doesn't exist so I used docker-compose-aws-s3.yml
  • docker compose up -d typo, must be docker-compose up -d
  • I need to update .env to make all dockers up: add REDIS_PASSWORD=
  • Due to my architecture, I need command: server /data --console-address ":9001" into docker-compose.yml

Upgrading Step 3:

  • I NEED override composer.json with default by cp ../../drupal/composer.default.json ../../drupal/composer.json
  • I NEED to remove patch line at the end of composer.json due to an error (i.e. "Fix Ajax/Preserve Facets on exposed forms Drupal 9.3.x": "patches/3032353-25-archipelago-05162022.patch")

Upgrading Step 5:

  • I NEED sudo chown -R 8983:8983 ../../data_storage/solrcore
@giancarlobi
Copy link
Author

In addition, that was an empty repo, I'll try upgrade on a populated repo next weeks, just in case.

@aksm
Copy link
Contributor

aksm commented Sep 15, 2022

Thanks @giancarlobi! This is really helpful feedback. I'll try to address some of this in #70.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants