-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Zipline
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/zipline.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Provide a clear and concise description of the issue.
In Proxmox v8.3.1 I've tried multiple times starting with the default script settings and then advanced, advanced verbose and no matter what this script fails to complete the installation of PostgreSQL when it tries to upgrade to version 16 and I think then 17 in "Cluster" mode. If we stick to the default settings it will go through the script, update the container display the "Installed Dependencies" and "Installed "Node.js 22" but will then hang indefinitely (still running after 10 minutes) at the "Installing PostgreSQL 16 repository upgrade to 16..." see below:
See "Error Output" below.
There was a similar issue raised but seems to be unrelated to PostgreSQL as issue #3283.
π Steps to reproduce the issue.
Just run the zipline install script
β Paste the full error output (if available).
/__ / (_)___ / (_)___ ___
/ / / / __ \/ / / __ \/ _ \
/ /__/ / /_/ / / / / / / __/
/____/_/ .___/_/_/_/ /_/\___/
/_/
βοΈ Using Default Settings on node proxmox1
π₯οΈ Operating System: debian
π Version: 12
π¦ Container Type: Unprivileged
πΎ Disk Size: 5 GB
π§ CPU Cores: 2
π οΈ RAM Size: 2048 MiB
π Container ID: 130
π Creating a Zipline LXC using the above default settings
βοΈ Using local for Template Storage.
βοΈ Using local-lvm for Container Storage.
βοΈ Updated LXC Template List
βοΈ LXC Template is ready to use.
βοΈ LXC Container 130 was successfully created.
βοΈ Started LXC Container
βοΈ Set up Container OS
βοΈ Network Connected: 192.168.8.159
βοΈ IPv4 Internet Connected
βοΈ IPv6 Internet Not Connected
βοΈ DNS Resolved github.com to 20.26.156.215
βοΈ Updated Container OS
βοΈ Core dependencies installed
βοΈ Installed Dependencies
βοΈ Installed Node.js 22
βοΈ All requested Node modules have been processed
β ΄ Installing PostgreSQL 16 pository pgrade to 16 Dumping all PostgreSQL data from version 15
πΌοΈ Additional context (optional).
In advanced verbose mode I've tried to progress the script by answering the prompts regarding the PostgreSQL cluster upgrade with "No" but the script then errors out.