Discussion:
An error got
Рустем Касьянов
2021-04-28 03:01:52 UTC
Permalink
Hi!
Could you please help me to solve this problem? I run COPR via
Docker-compose.
Using the latest version from git
https://github.com/fedora-copr/copr
Pavel Raiskup
2021-04-28 06:03:53 UTC
Permalink
Hi!
Could you please help me to solve this problem? I run COPR via
Docker-compose.
Using the latest version from git
https://github.com/fedora-copr/copr
The traceback you provided isn't very useful, we don't see the values of
variables, etc. The status code should be something like `404` for
the "Page not found" error. Feel free to ping us on #fedora-buildsys.

Pavel


_______________________________________________
copr-devel mailing list -- copr-***@lists.fedorahosted.org
To unsubscribe send an email to copr-devel-***@lists.fedorahosted.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedorahosted.org/archives/list/copr-***@lists.fedorahosted.org
Do not reply to spam on the list, report it: https://pagu
Silvie Chlupova
2021-04-28 06:58:48 UTC
Permalink
On 4/28/21 8:03 AM, Pavel Raiskup wrote:

On Wednesday, April 28, 2021 5:01:52 AM CEST РустеЌ КасьяМПв wrote:

ср, 28 апр. 2021 г. в 05:18, РустеЌ КасьяМПв <***@gmail.com>:


Hi!

Could you please help me to solve this problem? I run COPR via
Docker-compose.
Using the latest version from githttps://github.com/fedora-copr/copr

The traceback you provided isn't very useful, we don't see the values of
variables, etc. The status code should be something like `404` for
the "Page not found" error. Feel free to ping us on #fedora-buildsys.

Pavel


_______________________________________________
copr-devel mailing list -- copr-***@lists.fedorahosted.org
To unsubscribe send an email to copr-devel-***@lists.fedorahosted.org
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedorahosted.org/archives/list/copr-***@lists.fedorahosted.org
Do not reply to spam on the list, report it:
https://pagure.io/fedora-infrastructure

Hi,

it says, relation "copr" does not exist, it means that you're missing the
copr database with its tables. In the frontend container there is a script
which will create database tables for you. Run: init-database.sh or
download the Copr database dump here
https://copr.fedorainfracloud.org/db_dumps/, extract the file, copy it into
the database container and run: psql coprdb < your_db_dump.


Silvie
Post by Pavel Raiskup
Hi!
Could you please help me to solve this problem? I run COPR via
Docker-compose.
Using the latest version from git
https://github.com/fedora-copr/copr
The traceback you provided isn't very useful, we don't see the values of
variables, etc. The status code should be something like `404` for
the "Page not found" error. Feel free to ping us on #fedora-buildsys.
Pavel
_______________________________________________
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
https://pagure.io/fedora-infrastructure
Loading...