It is advisable to use separate storages or folders for test applications.
If the test has all the settings identical, and the paths too, then the production application will also be replaced
Ok, maybe I should use different buckets, although I'm sorry, I still don't understand why, if the endpoint itself is protected by login and password, but never mind. How do I then specify different URLs for data and internal_data?
For information.
The settings for the new Hetzner Object Storage are identical with DigitalOcean.
$s3 = function()
{
return new \Aws\S3\S3Client([
'credentials' => [
'key' => 'ABC',
'secret' => '123'
],
'region' => 'fsn1',
'version' => 'latest'...
Good afternoon. I'm trying to upload a file with a size of 7 gigabytes. The server and the forum are set up as it should, according to their sizes and minimums, only when the download is completed it writes the phrase "uploaded_file_failed_cant_write". I use DigitalOcean as my remote storage...
Hello, @BlueTheHusky
This code help for you. Edit your extra.less template via admin panel: admin.php?styles/default-style.1/templates&type=public
.userBanner {
border-radius: 15px;
}
Good afternoon. Today I ran into a problem with a one-click update, similar to this thread: https://xenforo.com/community/threads/2-1-3-upgrade-issue-files-not-writeable.167684/
Server OS - Debian 11
Web-server software - Nginx 1.18.0
Site root directory owner - root (all fiels 755. install...
Hello! Please tell me how to create a custom 404 error page, in what ways. I guess only through addons. If so, how about? What do I need to intercept or something like that?
I would be very grateful, thanks!