Victor Drover

Results 23 issues of Victor Drover

I was testing the restore process while writing documentation. I was migrating from site A to Site B using the same database. The restore completed fine, but the database table...

enhancement

I find the restore process a little hard to figure out. One way to improve this might be to remove the `skip/next` button entirely from the `file restore` screen. If...

enhancement

I think it's more efficient to list all backups from all sources in the `Manage backups` UI. This gives the user the best overview of their backup situation.

enhancement
changelog

Is there any reason we are not using the standard WP interface for the `Manage Backups` and `Schedule Backups` areas? I see why there is a unique interface for the...

enhancement

See #39 . `This would most probably create issues with incremental mysql restores and php memory limits, we could probably give it some more research to see if it worth...

Per our discussion, I think we could save some confusion by separating the local restore from the cloning. I would have 2 items in the admin menu: 1. Restore site...

enhancement

I am trying to override com_content/views/category/view.feed.php, but each time I do, i get an error. Here are the details: 1. install Joomla 3.6.2 ,no sample content. 2. Install MVC Override...

i am using these environment variables in my docker compose: ``` AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION: "copy"` AUTOMATED_CONVERSION_NON_VIDEO_FILE_EXTENSIONS: "nfo jpg png bif srt" ``` In my case, Emby starts recording live TV show and...

Gluetun is a popular VPN Kill Switch. When using with docker, it's pretty easy to use `network_mode: "service:gluetun"` in the config file to force services through gluetun (and the VPN...

Use date formats based on wordpress setting: https://wordpress.org/support/topic/change-the-date-format-18/#post-16444603

enhancement