inventree: deploy on boron #307

Open
JakeHillion wants to merge 1 commits from inventree into main
Owner
No description provided.
JakeHillion added 1 commit 2024-08-11 16:43:10 +01:00
inventree: deploy on boron
All checks were successful
flake / flake (push) Successful in 1m15s
e35481607d
JakeHillion force-pushed inventree from e35481607d to e2bf0a1771 2024-08-11 16:46:03 +01:00 Compare
Author
Owner

Incomplete: for some reason there are issues accessing the host postgres from the container. Other containers seem fine. Tested with:

jake@boron:~/ > podman run -it postgres sh
# psql -h host.containers.internal -U inventree
Password for user inventree:
psql (16.4 (Debian 16.4-1.pgdg120+1), server 15.7)
Type "help" for help.

inventree=> \l
                                                                  List of databases
        Name         |        Owner        | Encoding | Locale Provider |   Collate   |    Ctype    | ICU Locale | ICU Rules |   Access privileges
---------------------+---------------------+----------+-----------------+-------------+-------------+------------+-----------+-----------------------
 inventree           | inventree           | UTF8     | libc            | en_GB.UTF-8 | en_GB.UTF-8 |            |           |
 matrix-sliding-sync | matrix-sliding-sync | UTF8     | libc            | en_GB.UTF-8 | en_GB.UTF-8 |            |           |
 matrix-synapse      | matrix-synapse      | UTF8     | libc            | C           | C           |            |           |
 postgres            | postgres            | UTF8     | libc            | en_GB.UTF-8 | en_GB.UTF-8 |            |           |
 template0           | postgres            | UTF8     | libc            | en_GB.UTF-8 | en_GB.UTF-8 |            |           | =c/postgres          +
                     |                     |          |                 |             |             |            |           | postgres=CTc/postgres
 template1           | postgres            | UTF8     | libc            | en_GB.UTF-8 | en_GB.UTF-8 |            |           | =c/postgres          +
                     |                     |          |                 |             |             |            |           | postgres=CTc/postgres
(6 rows)

inventree=>
Incomplete: for some reason there are issues accessing the host postgres from the container. Other containers seem fine. Tested with: ``` jake@boron:~/ > podman run -it postgres sh # psql -h host.containers.internal -U inventree Password for user inventree: psql (16.4 (Debian 16.4-1.pgdg120+1), server 15.7) Type "help" for help. inventree=> \l List of databases Name | Owner | Encoding | Locale Provider | Collate | Ctype | ICU Locale | ICU Rules | Access privileges ---------------------+---------------------+----------+-----------------+-------------+-------------+------------+-----------+----------------------- inventree | inventree | UTF8 | libc | en_GB.UTF-8 | en_GB.UTF-8 | | | matrix-sliding-sync | matrix-sliding-sync | UTF8 | libc | en_GB.UTF-8 | en_GB.UTF-8 | | | matrix-synapse | matrix-synapse | UTF8 | libc | C | C | | | postgres | postgres | UTF8 | libc | en_GB.UTF-8 | en_GB.UTF-8 | | | template0 | postgres | UTF8 | libc | en_GB.UTF-8 | en_GB.UTF-8 | | | =c/postgres + | | | | | | | | postgres=CTc/postgres template1 | postgres | UTF8 | libc | en_GB.UTF-8 | en_GB.UTF-8 | | | =c/postgres + | | | | | | | | postgres=CTc/postgres (6 rows) inventree=> ```
JakeHillion force-pushed inventree from e2bf0a1771 to 6df7d8b13b 2024-09-15 18:00:52 +01:00 Compare
All checks were successful
flake / flake (push) Successful in 2m31s
Required
Details
This pull request is blocked because it's outdated.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin inventree:inventree
git checkout inventree
Sign in to join this conversation.
No reviewers
No Label
bug
feature
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: JakeHillion/nixos#307
No description provided.