Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
ProGet backup job in docker
-
I'm running ProGet 2025.2 in docker with the integrated database and want to use the backup job scheduler. But on running the task it is canceled with the message "ERROR: Only the Embedded database may be backed-up."
This is the used docker-compose.yml:
name: proget services: proget: container_name: proget restart: unless-stopped volumes: - ./proget-packages:/var/proget/packages - ./proget-database:/var/proget/database - ./proget-backups:/var/proget/backups ports: - 8624:80 image: proget.inedo.com/productimages/inedo/proget:latest
-
Hi @pbe_9047 ,
Can you share what you see on Admin > Database Overview page?
Also Admin > System Inforamtion?
Thanks,
STeve
-
Hi @stevedennis
here is the requested information:
Connection String: Web UI Version: 2025.2 (Build 15) Database Schema Version: 25.0.2.15 SQL Server Version: PostgreSQL 17.5 (Debian 17.5-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit db_owner: True Database Name: proget Database Collation: C (UTF8) Database Recovery Model: Default (1) Database Read Committed Snapshot: True Database Auto Update Stats: True
Connection String Host=127.0.0.1;Port=5728;Database=proget;Username=proget;Password=********** Environment Details Web UI: 2025.2 (Build 15) DB Schema: 25.0.2.15 Database Server: PostgreSQL 17.5 (Debian 17.5-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit Database Details Name: proget Collation: C (UTF8) Backup Job: disabled [configure]
-
I can confirm that I have the same problem. The scheduler itself get disabled every day after it failed with the error.
-
@p-pelinski_1371 @pbe_9047 thanks for confirming that!
We will get this fixed via PG-3031 in the next maintenance release. You are also welcome to try the
proget:25.0.3-ci.3
container image, which is building now.
-
@stevedennis The backup job in
proget:25.0.3-ci.3
works as expected, thank you!