Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Randomly Deleted all data #629

Open
Pajsen9263 opened this issue Feb 10, 2025 · 2 comments
Open

Randomly Deleted all data #629

Pajsen9263 opened this issue Feb 10, 2025 · 2 comments

Comments

@Pajsen9263
Copy link

System Info

  • PHP Version: PHP 8.2.10
  • XBackBone Version: 2.1
  • Webserver: [Apache/Nginx/...]
  • Database backend: [SQLite/Mysql/...]

So my xbackbone randomly decided to delete everything and stop working as it should. It just randomly deleted everything over night and I cant figure out why or how. Bellow I have put docker logs from the day.
This is my docker compose file:

---
version: "2.1"
services:
  xbackbone:
    image: lscr.io/linuxserver/xbackbone:latest
    container_name: xbackcdn
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /mnt/local/cdn/:/config
    ports:
      - 9092:80
      - 9093:443
    restart: unless-stopped

Screenshots
If applicable, add screenshots to help explain your problem.

Image

Logs
XBackBone and/or webserver logs.
2024-12-29T17:55:53.294043605Z ───────────────────────────────────────
2024-12-29T17:55:53.294068338Z
2024-12-29T17:55:53.294078174Z ██╗ ███████╗██╗ ██████╗
2024-12-29T17:55:53.294113286Z ██║ ██╔════╝██║██╔═══██╗
2024-12-29T17:55:53.294153230Z ██║ ███████╗██║██║ ██║
2024-12-29T17:55:53.294163433Z ██║ ╚════██║██║██║ ██║
2024-12-29T17:55:53.294171966Z ███████╗███████║██║╚██████╔╝
2024-12-29T17:55:53.294180320Z ╚══════╝╚══════╝╚═╝ ╚═════╝
2024-12-29T17:55:53.294188553Z
2024-12-29T17:55:53.294196263Z Brought to you by linuxserver.io
2024-12-29T17:55:53.294204067Z ───────────────────────────────────────
2024-12-29T17:55:53.294455489Z
2024-12-29T17:55:53.294478327Z To support LSIO projects visit:
2024-12-29T17:55:53.294488200Z https://www.linuxserver.io/donate/
2024-12-29T17:55:53.294496671Z
2024-12-29T17:55:53.294504540Z ───────────────────────────────────────
2024-12-29T17:55:53.294513220Z GID/UID
2024-12-29T17:55:53.294521164Z ───────────────────────────────────────
2024-12-29T17:55:53.297993168Z
2024-12-29T17:55:53.298019194Z User UID: 1000
2024-12-29T17:55:53.298049511Z User GID: 1000
2024-12-29T17:55:53.298062594Z ───────────────────────────────────────
2024-12-29T17:55:53.298071597Z
2024-12-29T17:56:11.388046424Z Setting resolver to 127.0.0.11
2024-12-29T17:56:12.693594728Z Setting worker_processes to 4
2024-12-29T17:56:20.420752764Z generating self-signed keys in /config/keys, you can replace these with your own keys if required
2024-12-29T17:56:33.953467467Z .+++++++++++++++++++++++++++++++++++++++.+......+............+++++++++++++++++++++++++++++++++++++++..+.+.........+...........+..................+.......+...............+...+.....+................+.........+...+.........+.....+.++++++
2024-12-29T17:56:34.011238770Z ......+.+......+.........+++++++++++++++++++++++++++++++++++++++..+.....+....................................+.......+..+....+.....+.+...+++++++++++++++++++++++++++++++++++++++.....+.....+...+......+......+.......+...+.....+.......+......+......+......+..+...+.......+...........++++++
2024-12-29T17:56:34.021247639Z -----
2024-12-29T18:00:53.061574761Z [custom-init] No custom files found, skipping...
2024-12-29T18:01:04.300445361Z [ls.io-init] done.
2025-01-02T18:44:58.811776466Z [migrations] started
2025-01-02T18:44:58.825869012Z [migrations] 01-nginx-site-confs-default: skipped
2025-01-02T18:44:58.825938639Z [migrations] done
2025-01-02T18:44:59.092599751Z usermod: no changes

@SrS2225a
Copy link
Contributor

Unfortunately, XBackBone does not maintain or have a docker port directly. As this seems to be a container issue instead of one from XBackBone. Those issues should be directed to linuxserver.io instead as they are the ones who created the container, not XBackBone. This was already discussed in a previous issue before. See: #558 (comment)

Official installation instructions: https://xbackbone.app/installation.html

@SrS2225a
Copy link
Contributor

Also to note: This is why it is recommend that before you do an upgrade using docker, you should back up your files first in the docker container, as upgrading an docker container can cause previous stored data to get wiped, which I think is what you were doing before your issue happened

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants