Adventurelog can't install with default settings #2125

Closed
opened 2026-02-05 03:51:02 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @coltc50 on GitHub (Dec 5, 2025).

Originally assigned to: @Copilot on GitHub.

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

📜 What is the name of the script you are using?

adventurelog

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/adventurelog.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

PVE Version 9.1.2 (Kernel: 6.17.2-2-pve)

📝 Provide a clear and concise description of the issue.

⚙️ Using Default Settings on node pve
💡 PVE Version 9.1.2 (Kernel: 6.17.2-2-pve)
🆔 Container ID: 139
🖥️ Operating System: debian (13)
📦 Container Type: Unprivileged
💾 Disk Size: 7 GB
🧠 CPU Cores: 2
🛠️ RAM Size: 2048 MiB
🚀 Creating a AdventureLog LXC using the above default settings

✔️ Storage local (Free: 66,9GB Used: 24,8GB) [Template]
✔️ Storage local-lvm (Free: 1,2TB Used: 409,6GB) [Container]
✔️ Storage 'local-lvm' (lvmthin) validated
✔️ Template storage 'local' validated
✔️ Cluster is quorate
✔️ Template search completed
✔️ Template debian-13-standard_13.1-2_amd64.tar.zst [online]
✔️ LXC Container 139 was successfully created.
✔️ Started LXC Container
✔️ Network in LXC is reachable (ping)
✔️ Customized LXC Container
✔️ Set up Container OS
✔️ Network Connected: 192.168.176.154
✔️ IPv4 Internet Connected
✖️ IPv6 Internet Not Connected
✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
✔️ Updated Container OS
✔️ Installed Dependencies
✔️ Python 3.13 installed
✔️ Setup uv 0.9.15
✔️ Setup Node.js 22
✔️ Installed Node.js modules: pnpm@latest
✔️ Setup PostgreSQL 17
✔️ Set up PostgreSQL Database
✔️ Deployed: adventurelog (0.11.0)
✖️ in line 66: exit code 1 (General error / Operation not permitted)
→ /opt/adventurelog/backend/server/.venv/bin/python -m manage migrate
--- Last 10 lines of silent log ---
with self.db.wrap_database_errors:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/adventurelog/backend/server/.venv/lib/python3.13/site-packages/django/db/utils.py", line 91, in exit
raise dj_exc_value.with_traceback(traceback) from exc_value
File "/opt/adventurelog/backend/server/.venv/lib/python3.13/site-packages/django/db/backends/utils.py", line 103, in _execute
return self.cursor.execute(sql)
~~~~~~~~~~~~~~~~~~~^^^^^
django.db.utils.ProgrammingError: FEHLER: keine Berechtigung, um Erweiterung »postgis« zu erzeugen
HINT: Nur Superuser können diese Erweiterung anlegen.


📋 View full log (14805 lines): /root/.install-f4c5380d.log
✖️ Installation failed in container 139 (exit code: 1)

✔ Installation log: /tmp/install-lxc-139-f4c5380d.log

Remove broken container 139? (Y/n) [auto-remove in 60s]: n

Container 139 kept for d

🔄 Steps to reproduce the issue.

Tried again but error keeps

Paste the full error output (if available).

see top

🖼️ Additional context (optional).

No response

Originally created by @coltc50 on GitHub (Dec 5, 2025). Originally assigned to: @Copilot on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 What is the name of the script you are using? adventurelog ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/adventurelog.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? PVE Version 9.1.2 (Kernel: 6.17.2-2-pve) ### 📝 Provide a clear and concise description of the issue. ⚙️ Using Default Settings on node pve 💡 PVE Version 9.1.2 (Kernel: 6.17.2-2-pve) 🆔 Container ID: 139 🖥️ Operating System: debian (13) 📦 Container Type: Unprivileged 💾 Disk Size: 7 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 2048 MiB 🚀 Creating a AdventureLog LXC using the above default settings ✔️ Storage local (Free: 66,9GB Used: 24,8GB) [Template] ✔️ Storage local-lvm (Free: 1,2TB Used: 409,6GB) [Container] ✔️ Storage 'local-lvm' (lvmthin) validated ✔️ Template storage 'local' validated ✔️ Cluster is quorate ✔️ Template search completed ✔️ Template debian-13-standard_13.1-2_amd64.tar.zst [online] ✔️ LXC Container 139 was successfully created. ✔️ Started LXC Container ✔️ Network in LXC is reachable (ping) ✔️ Customized LXC Container ✔️ Set up Container OS ✔️ Network Connected: 192.168.176.154 ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ ) ✔️ Updated Container OS ✔️ Installed Dependencies ✔️ Python 3.13 installed ✔️ Setup uv 0.9.15 ✔️ Setup Node.js 22 ✔️ Installed Node.js modules: pnpm@latest ✔️ Setup PostgreSQL 17 ✔️ Set up PostgreSQL Database ✔️ Deployed: adventurelog (0.11.0) ✖️ in line 66: exit code 1 (General error / Operation not permitted) → /opt/adventurelog/backend/server/.venv/bin/python -m manage migrate --- Last 10 lines of silent log --- with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/adventurelog/backend/server/.venv/lib/python3.13/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/opt/adventurelog/backend/server/.venv/lib/python3.13/site-packages/django/db/backends/utils.py", line 103, in _execute return self.cursor.execute(sql) ~~~~~~~~~~~~~~~~~~~^^^^^ django.db.utils.ProgrammingError: FEHLER: keine Berechtigung, um Erweiterung »postgis« zu erzeugen HINT: Nur Superuser können diese Erweiterung anlegen. ----------------------------------- 📋 View full log (14805 lines): /root/.install-f4c5380d.log ✖️ Installation failed in container 139 (exit code: 1) ✔ Installation log: /tmp/install-lxc-139-f4c5380d.log Remove broken container 139? (Y/n) [auto-remove in 60s]: n Container 139 kept for d ### 🔄 Steps to reproduce the issue. Tried again but error keeps ### ❌ Paste the full error output (if available). see top ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 03:51:02 +03:00
Author
Owner

@MickLesk commented on GitHub (Dec 5, 2025):

Cloudflare is currently down at some Pages. Maybe try again in some hours

@MickLesk commented on GitHub (Dec 5, 2025): Cloudflare is currently down at some Pages. Maybe try again in some hours
Author
Owner

@MickLesk commented on GitHub (Dec 5, 2025):

nope. they need postgis with latest variant for the db.

@MickLesk commented on GitHub (Dec 5, 2025): nope. they need postgis with latest variant for the db.
Author
Owner

@coltc50 commented on GitHub (Dec 5, 2025):

Cloudflare is currently down at some Pages. Maybe try again in some hours

Have tried yesterday and today...

@coltc50 commented on GitHub (Dec 5, 2025): > Cloudflare is currently down at some Pages. Maybe try again in some hours Have tried yesterday and today...
Author
Owner

@MickLesk commented on GitHub (Dec 5, 2025):

ive handover it to copilot, because its just an one liner ^^ its faster for me, instead of create new branches and co.

@MickLesk commented on GitHub (Dec 5, 2025): ive handover it to copilot, because its just an one liner ^^ its faster for me, instead of create new branches and co.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2125