Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laravel Backup Server Laravel Package

spatie/laravel-backup-server

Securely store and manage backups from multiple Laravel apps on a dedicated backup server. Built on spatie/laravel-backup, it automatically receives and organizes incoming backups, with setup and docs tailored for Laravel deployments.

View on GitHub
Deep Wiki
Context7

title: Upgrading weight: 5

From v3 to v4

Breaking changes

  • New column: Add a nullable pause_notifications_until column (type: timestamp) to the backup_server_sources table. This column allows you to specify when to resume notifications.

Migration

Copy and paste this migration into your project:

return new class extends Migration
{
    public function up(): void
    {
        Schema::table('backup_server_sources', function (Blueprint $table) {
            $table
                ->timestamp('pause_notifications_until')
                ->after('healthy_maximum_storage_in_mb')
                ->nullable();
        });
    }
}

From v2 to v3

v3 add compatability with Laravel 9 and Flysystem v3. We had to create this release to make sure our code works with the new dependencies. The public API was not changed.

You can upgrade without making any changes.

From v1 to v2

  • remove the backup_hour column in the backup_server_sources table.
  • add a column cron_expression (varchar, 255) to the backup_server_sources. This column should hold a value cron expression that will determine when the source will be backed up. Here's the value when you want to run a backup each day at 2am: 0 2 * * *
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle