having a backup of mysql database is enough to replicate the h5p content on another server ? i found all the work done by me in table wp_h5p_contents
Plugin Author
icc0rz
(@icc0rz)
The H5P itself is stored in the same database as WordPress. Unless you are using external sources all uploaded and required files are placed in the wp-content/uploads. Following the standard procedures on how to backup WordPress files and database should keep you covered.
As with all backups, remember to regularly check that they work. Take your backups and try to restore them on a different server. This will also tell you how long you’ll take to recover from a catastrophic event.
From a content authoring stance, I do recommend downloading the .h5p file for any content that you create and really care about. And keep them with your other personal files/backups in case you ever need them.