mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
update
This commit is contained in:
parent
94d9e8f119
commit
31455c6f17
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ steps:
|
|||
DEBIAN_FRONTEND: noninteractive
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y libicu-dev sudo cron apt-utils -yqq daemonize dbus-user-session fontconfig
|
||||
- apt-get install -y libicu-dev sudo cron apt-utils -yqq daemonize dbus-user-session fontconfig rsync
|
||||
- daemonize /usr/bin/unshare --fork --pid --mount-proc /lib/systemd/systemd --system-unit=basic.target
|
||||
|
||||
- mkdir /phyre-panel
|
||||
|
|
|
@ -16,7 +16,7 @@ return new class extends Migration
|
|||
|
||||
$table->string('backup_type')->nullable();
|
||||
$table->string('status')->nullable();
|
||||
$table->string('backup_log')->nullable();
|
||||
$table->longText('backup_log')->nullable();
|
||||
|
||||
$table->string('path')->nullable();
|
||||
$table->string('root_path')->nullable();
|
||||
|
|
|
@ -17,7 +17,7 @@ return new class extends Migration
|
|||
$table->bigInteger('hosting_subscription_id')->nullable();
|
||||
$table->string('backup_type')->nullable();
|
||||
$table->string('status')->nullable();
|
||||
$table->string('backup_log')->nullable();
|
||||
$table->longText('backup_log')->nullable();
|
||||
|
||||
$table->string('path')->nullable();
|
||||
$table->string('root_path')->nullable();
|
||||
|
|
Loading…
Reference in a new issue