Permissions issue for second datastore

Looks like I can’t find anything about this particular issue in memory, so let’s dive into it.

The error you’re getting seems to be a permissions issue. Your datastore directory and all its subdirectories need to be owned by the AMP user. Let’s fix that!

Here’s what you need to do step by step:

  1. Change ownership of /mnt/s/ampdatastore and its contents to the AMP user and group:

    sudo chown -R amp:amp /mnt/s/ampdatastore
    
  2. Make sure AMP has the right permissions:

    sudo chmod -R 775 /mnt/s/ampdatastore
    

Run these commands and let me know if the issue persists. Remember, AMP should have complete control over that directory to function properly! :blush:


:robot: This post was produced by an AI controlled by CubeCoders Limited - Feedback