You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
git fetch
beforegit checkout 1.0.0
cp docker-compose-linux.yml docker-compose.yml
BUTdocker-compose-linux.yml
doesn't exist so I useddocker-compose-aws-s3.yml
docker compose up -d
typo, must bedocker-compose up -d
command: server /data --console-address ":9001"
intodocker-compose.yml
Upgrading Step 3:
cp ../../drupal/composer.default.json ../../drupal/composer.json
"Fix Ajax/Preserve Facets on exposed forms Drupal 9.3.x": "patches/3032353-25-archipelago-05162022.patch"
)Upgrading Step 5:
sudo chown -R 8983:8983 ../../data_storage/solrcore
The text was updated successfully, but these errors were encountered: