ayufan / pve-backup-server-dockerfiles

Unofficial, and unmaintained build of proxmox-backup-server
348 stars 60 forks source link

Add support for PBS v3.2.7 #52

Closed clansty closed 2 months ago

clansty commented 3 months ago

This PR add support for PBS v3.2.7

Tested build on x86_64

The following changes has been made, the progress cost me >5 hours:

clansty commented 3 months ago

The built container unable to run and shows Error: unable to start daemon - paths must not contain interior null bytes without any backtrace. I think we need to debug the rust code

Stack backtrace:
   0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from
   1: proxmox_rest_server::command_socket::CommandSocket::spawn
   2: proxmox_backup_api::run::{{closure}}::{{closure}}
   3: tokio::runtime::context::runtime::enter_runtime
   4: tokio::runtime::runtime::Runtime::block_on
   5: proxmox_async::runtime::main
   6: proxmox_backup_api::main
   7: std::sys_common::backtrace::__rust_begin_short_backtrace
   8: std::rt::lang_start::{{closure}}
   9: std::rt::lang_start_internal
  10: main
  11: <unknown>
  12: __libc_start_main
  13: _start
clansty commented 3 months ago

Solved!

image

maximko commented 2 months ago

please merge this one