Can I send you the files of my website to investigate the issue instead of giving SSH access?

Can I send you the files of my website to investigate the issue instead of giving SSH access?

We can work with customer instances by deploying them in our local environment, so you can send us the archived files of your root Magento directory and database the following way:

Step 1. Go to your root Magento directory via CLI and run this command that will create website dumps:

tar -czvf ~/amdump.tar.gz --exclude=var/cache --exclude=var/session --exclude=var/log --exclude=var/tmp --exclude=var/export --exclude=var/report --exclude=var/backups --exclude='media/import' --exclude=media/tmp --exclude=media/downloadable --exclude=media/catalog . && echo OK

Step 2. In the same directory, run the following command to create database dumps:

mysqldump --add-drop-table -u your_user -p your_host > ~/am_db_dump.sql

Replace the highlighted above words your_user and your_host with your real database username and hostname. If you don't know where to find them, you can look them up in the following file:

app/etc/env.php



Step 3. Go to the root directory of your server and download the files amdump.tar.gz and am_db_dump.sql that were created in the previous steps. You can do that via FTP connection to the server, or via your hosting panel;

Step 4. Upload the archived dumps into any file-sharing solution of your choice (for example, Google Drive or Dropbox), and send us the links to the files inside your reply in a related ticket.

To ensure that your data is secure, we guarantee that the provided files will be removed within 7 days after a ticket is closed. Additionally, we can deploy the reduced database of the instance: you can remove customer and order data from the dumps in advance and send us such edited file. If required, we're also ready to sign an NDA by request.

      • Related Articles

      • How to grant SSH access to my server if I'm using SSH keys on it?

        In accordance with our security policy, we do not accept external SSH keys that are provided by outside means, such as an attachment to the ticket, email, archive, link, etc. To connect to customer servers, we use keys (both public and private) ...
      • Does the module allow for restricting access per website/store view?

        The Advanced Permissions module allows you to restrict access to specific websites or even narrow it down to store views. You can assign the relevant access scope to the user role in the Advanced: Scope tab of the Role configuration page: You may ...
      • How to fix the Magento 2.4.5 Layered Navigation showing incorrect results issue?

        After upgrading Magento to version 2.4.5 you can see the error: TypeError: Magento\Elasticsearch\Model\ResourceModel\Fulltext\Collection\SearchResultApplier::categoryProductByCustomSortOrder(): Argument #1 ($categoryId) must be of type int, array ...
      • Where can I find Composer access keys?

        When installing the package from the Amasty Composer repository for the first time, the system requests the login (Public Key) and password (Private Key). These access keys can be found in the customer account under License Registration tab inside ...
      • Labels do not appear on the storefront. What might be the issue?

        Checking module settings First, extension settings and label conditions should be configured correctly. Please review the configurations following these tips: 1. Make sure to choose the correct attribute in Amasty → Product Labels → choose the label ...