Forum

Thread tagged as: Error

Backup Target Bucket error

When adding a new back-up plan, I cannot continue adding the plan. The 'Target Bucket' has no value, therefor i cannot save and continue.

Diagnostics

Perch Runway: 2.8.32, PHP: 5.6.27, MySQL: mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $, with PDO
Server OS: Linux, cgi-fcgi
Installed apps: content (2.8.32), assets (2.8.32), categories (2.8.32), perch_blog (5.0), perch_members (1.5)
App runtimes: <?php $apps_list = array( 'content', 'categories', 'perch_members', 'perch_blog', );
PERCH_LOGINPATH: /pwcms
PERCH_PATH: /var/www/vhosts/mysite.com/httpdocs/pwcms
PERCH_CORE: /var/www/vhosts/mysite.com/httpdocs/pwcms/core
PERCH_RESFILEPATH: /var/www/vhosts/mysite.com/httpdocs/pwcms/resources
Image manipulation: GD Imagick
PHP limits: Max upload 2M, Max POST 8M, Memory: 128M, Total max file upload: 2M
F1: 2edba60ed1f613d6dd804feb202456a2
Resource folder writeable: Yes
SCRIPT_NAME: /pwcms/core/settings/diagnostics/index.php
REQUEST_URI: /pwcms/core/settings/diagnostics/
DOCUMENT_ROOT: /var/www/vhosts/mysite.com/httpdocs
HTTP_HOST: mysite.com
Edward Johansen

Edward Johansen 0 points

  • 4 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

What remote buckets do you have defined?

I did not specify a remote bucket

Here is my bucket.php

<?php
    return array(
        'excel' => array(
            'web_path'  => '/assets/files/documents/excel',
            'file_path' => '/var/www/vhosts/mysite.com/httpdocs/assets/files/documents/excel'
        ),
         'word' => array(
            'web_path'  => '/assets/files/documents/word',
            'file_path' => '/var/www/vhosts/mysite.com/httpdocs/assets/files/documents/word'
        ),
            'photos' => array(
            'web_path'  => '/assets/files/photos',
            'file_path' => '/var/www/vhosts/mysite/httpdocs/assets/files/photos'
        ),
    );
?>

Drew McLellan

Drew McLellan 2638 points
Perch Support

You need to specify a remote bucket. Otherwise the backups won't leave your server, so you don't really have any backups.