-
Notifications
You must be signed in to change notification settings - Fork 1
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
Upgrade infrastructure #276
Conversation
The vast majority of what appear as changed is the linters and formatters. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't had the chance to actually test it. It all seems good to me. I've made a couple of observations
Co-authored-by: Adrian D'Alessandro <[email protected]>
When I tried running this I got this:
It appears like this means this will not work with any existing databases. If there are no databases, then this isn't a problem. |
The whole of Liionsden resource group has been deleted, so there’s no database whatsoever.
…----------------------------------
Dr Diego Alonso Álvarez (he/him)
Head of Research Software Engineering
[p.s If I send an email outside of your working hours please do not feel the urgency to respond until it is your working hours]
________________________________
From: AdrianDAlessandro ***@***.***>
Sent: 06 September 2024 17:14
To: ImperialCollegeLondon/Faraday-liionsden ***@***.***>
Cc: Alonso Alvarez, Diego ***@***.***>; Author ***@***.***>
Subject: Re: [ImperialCollegeLondon/Faraday-liionsden] Upgrade infrastructure (PR #276)
When I tried running this I got this:
Attaching to faraday-liionsden-azurite-1, faraday-liionsden-db-1, faraday-liionsden-web-1
faraday-liionsden-db-1 |
faraday-liionsden-db-1 | PostgreSQL Database directory appears to contain a database; Skipping initialization
faraday-liionsden-db-1 |
faraday-liionsden-azurite-1 | Azurite Blob service is starting at http://0.0.0.0:10000
faraday-liionsden-azurite-1 | Azurite Blob service is successfully listening at http://0.0.0.0:10000
faraday-liionsden-azurite-1 | Azurite Queue service is starting at http://0.0.0.0:10001
faraday-liionsden-azurite-1 | Azurite Queue service is successfully listening at http://0.0.0.0:10001
faraday-liionsden-azurite-1 | Azurite Table service is starting at http://0.0.0.0:10002
faraday-liionsden-azurite-1 | Azurite Table service is successfully listening at http://0.0.0.0:10002
faraday-liionsden-db-1 | 2024-09-06 16:10:48.223 UTC [1] FATAL: database files are incompatible with server
faraday-liionsden-db-1 | 2024-09-06 16:10:48.223 UTC [1] DETAIL: The data directory was initialized by PostgreSQL version 13, which is not compatible with this version 15.8 (Debian 15.8-1.pgdg120+1).
faraday-liionsden-db-1 exited with code 1
dependency failed to start: container for service "db" exited (1)
It appears like this means this will not work with any existing databases. If there are no databases, then this isn't a problem.
—
Reply to this email directly, view it on GitHub<#276 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABOQHLURLZJFVCQZ37ZYO4DZVHIGRAVCNFSM6AAAAABNIW3HT2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZUGM4TIMJWGI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Among the many things, this PR
pyproject.toml
for project managementisort
,flake8
andblack
withruff
Close https://github.com/ImperialCollegeLondon/rse_maintenance_tasks/issues/10