-
Notifications
You must be signed in to change notification settings - Fork 174
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
[BUG] Migration Error #103
Comments
Same error, not working! |
On Tue, 21 Feb 2023 at 20:23, Maxime ***@***.***> wrote:
I'm facing the same error, did you find a solution?
—
Reply to this email directly, view it on GitHub
<#103 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFBHFNCYID34W4GP4T5PYSTWYTTX7ANCNFSM55XZO6CQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
Nope, i switched to Redmine instead
|
facing the same error, did you find a solution? |
No, I didn't.
…On Fri, 10 Mar 2023 at 03:03, Fady Shafeek ***@***.***> wrote:
facing the same error, did you find a solution?
—
Reply to this email directly, view it on GitHub
<#103 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFBHFNEB7OJVYRAZQQ7E2P3W3JOVXANCNFSM55XZO6CQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I solved it using a docker container for the postgres database and changing the database port in the /settings/common.py file as showed below. I added a docker-compose file in the root folder (above taiga-back) (I don't know if the location matters but worth mention)
Then did Is worth mention that i ran this code: I had the database port configured like this, to work with the port that I thought was the appropiate:
Then I changed the port to 5433 and it works (when the docker container from above is running):
After this changes the migration ran without error |
Describe the bug
When running
DJANGO_SETTINGS_MODULE=settings.config python manage.py migrate --noinput
, the following error occurred. This seems to happen using PostgreSQL 14 or later. Ref. mailing list articleHow can we reproduce the behavior
Run
DJANGO_SETTINGS_MODULE=settings.config python manage.py migrate --noinput
Workarounds
Screenshots
None.
Taiga environment
14.4
Additional context
The text was updated successfully, but these errors were encountered: