The Solution that finally worked was to turn down the containers using docker-compose down
command. I was not detaching the containers, but I still need to turn them down. Once I did so, I then run the command docker volume ls
to list all the volume and delete the one with WordPress data in it by docker volume rm <volume_name>
.
For WordPress, since wp-config
file cannot be changed after initial edit, I guess this is A solution but it’s not the only solution. I am running a relatively small blogging server and most of the data will always be on backup. Hence this up-down will not be that big of a deal, if I need to change any WordPress settings or update the wp-config
file.
Related Posts:
- Custom location for attached images
- Can i use php sql functions instead of $wpdb?
- Why include a composer.json file with my plugin?
- Getting paginate_links() ‘end_size’ to display none
- What is the best practice for escaping data URIs?
- Display only text to WordPress loop without loosing the text formatting
- append PHP function to the_content
- How to track a users progress through pages by inserting data into WordPress Database?
- How do I get images (with a thumbnail preview) to show in search results?
- How to display blog images using wordpress in existing project
- Block PHP Files Nginx
- PHPCS: Strings should have translatable content
- mysqli_real_connect() – authentication method unknown to the client Warnings
- php syntax – how to concatenate properly – echo bloginfo(‘stylesheet_directory)
- how to increase custom post value by one most efficiently?
- WordPress File handle – fopen, fwrite not working with $.ajax or $.post Jquery
- Woocommerce product download URL
- Multiple choice in a custom taxonomy
- Calculations in functions.php [closed]
- How does the ternary operator work in the wordpress loop post?
- How to stop featured image thumbnail [set as background image] on blog index page just repeating same image across all posts
- Way to querry data (tags) from a wordpress database?
- wordpress count link clicks by ip address
- “comments.php” not available after edit in WP administration
- php script to change slug in post automatically
- Sort custom meta column by other meta value
- Add more button if more 8 items
- Child page menu in sidebar
- check if comment submitted was successful
- Thumbnails appear to be zoomed
- “operation successful” message
- Detecting if parent page has gallery
- Why is an array created in a function hooked to customize register populated when customizer is loaded but not when the front-end is loaded?
- Location of core code for database connection and get_header
- Removing WordPress Footer -without access to PHP code?
- Upload non-featured image to image field
- Change product_base programmatically
- Plugin development and composer
- WC_Customer delete function returns error
- Increment paged on WP_Query
- Post repeated when opening in overlay, how do I solve this? [closed]
- Woocommerce: remove total sum from new order’s email [closed]
- Trying to display text in a block in a plugin page
- Some menu items wont budge
- Removing “Powered by” footer using child theme PHP [closed]
- custom post type with role Vendor
- Store and Change Session variable – PHP SESSION VARIABLE
- Cannot load media and I get “PHP Warning: Invalid argument supplied for foreach(“
- Adding “redirect” to a button
- Include a file that has a function in it
- Trying to split a query into sections of six
- Execute Jquery when a specific page in my plugin is loading
- making my own “related pages” / “pages you might like” section
- Show ranking based on post id
- Validating an email input from form field before submit using JQuery, AJAX, and PHP
- Contain multiple page templates in one PHP custom template file in WordPress?
- url not using query string no longer working
- How do I reopen the (Popup Maker) after entering the correct password for a password protected page?
- Display div if category has a specific parent
- Display metabox galleries on specific page template in admin editor
- I want it to detect the duplicate comment and give a warning on the same page
- Inside Array – “unidentified index” error with “prepare was called incorrectly” despite not calling the prepared statement with wordpress [closed]
- How to identify which php file a plugin is using on page load?
- dashboard widget form not submit mails
- How to edit button permalink inside function.php using a child theme?
- How to switch between two primary menus (programatically0
- Why am I getting syntax error, unexpected ‘endwhile’ (T_ENDWHILE) on single.php
- How to show category just on specific pages?
- Elementor to custom wordpress page
- custom post type not showed with bootstrap 4 modal and template part
- If is_page elseif is_page not working like I want it to
- Shortcode just with a php code
- wp_send_json erase last value
- PHP array to jQuery array ” Uncaught SyntaxError: Unexpected token < "
- I want show only data for today
- Make customizer panel or section button
- How can I customize a WordPress theme before it’s downloaded?
- Permalinks and custom PHP application
- Updating meta_value in a custom key
- Where to find the html for WordPress site? [closed]
- rewrite_rule – working fine but broken for pagination
- Custom post type single page return to listing page
- Add title and caption to thumbnail image on mouseover
- WordPress wp_remote_post() sending informaiton to Redmine REST API
- Missing items on page
- WordPress rewrite question
- Using Nonce for my Form
- Transient Loop Not working as expected
- WordPress blog set up
- Cannot get custom javascript to execute on page
- How to declare a variable at the bottom of the page and use its value at the top?
- Shortcode working in page.php but not in category.php in wordpress
- Open all external links in new window – need help with the code
- How can a ‘scripts’ directory be hooked into wp_head();?
- HTML in PHP problem [closed]
- WP and Laravel integration (Updated) [closed]
- How to lock users account until approvation
- WooCommerce: write featured image dimensions to custom fields in product’
- transition_post_status hook, works – but not if the post is new
- How can I change the location where the custom field is displayed in the Quick Edit tab in WordPress