We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab66be3 commit 9ead6d6Copy full SHA for 9ead6d6
plugins/bc-admin-third/templates/Admin/Plugins/update.php
@@ -42,6 +42,8 @@
42
<?php echo __d('baser_core', '手動アップデート手順') ?>
43
</h2>
44
<ol>
45
+ <li>最新版の composer.json / composer.lock を配置</li>
46
+ <li>vendor を一旦削除し、composer install を実行</li>
47
<li>plugins 内の、baserCMSコアのプラグイン群を手動で入れ替え</li>
48
<li>BcUpdateSupporterプラグインで、アップデートスクリプトを実行</li>
49
<li>BcUpdateSupporterプラグインで、データベースのバージョンを更新</li>
0 commit comments