{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/ja/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["badge","admonition"]},"type":"markdown"},"seo":{"title":"Linuxでの自動更新","siteUrl":"https://xrpl.org/","llmstxt":{"hide":false,"title":"XRPL Developer Portal & Documentation","description":"Explore XRP Ledger documentation, blogs, and other blockchain developer resources needed to start building and integrating with the ledger.","details":{"content":"XRP Ledger concepts, use cases, tutorials, references, and other blockchain developer resources. Also, stay up to date with release announcements and more through the XRPL Blog."},"sections":[{"title":"Introduction","description":"A high-level introduction to the XRP Ledger.","includeFiles":["docs/introduction/**/*.*","about/faq.md"],"excludeFiles":["docs/introduction/index.md"]},{"title":"Use Cases","description":"Real-world applications and business scenarios for the XRP Ledger.","includeFiles":["docs/use-cases/**/*.*"],"excludeFiles":["docs/use-cases/index.md","docs/use-cases/defi/index.md"]},{"title":"Agentic Transactions","description":"XRPL AI Starter Kit to help autonomous agents discover, set up, and execute agentic transactions on the XRP Ledger.","includeFiles":["docs/agents/**/*.*"],"excludeFiles":[]},{"title":"Concepts","description":"Core concepts including accounts, tokens, transactions, consensus, and more.","includeFiles":["docs/concepts/**/*.*"],"excludeFiles":["docs/concepts/index.md","docs/concepts/decentralized-storage/index.md","docs/concepts/payment-types/index.md"]},{"title":"Tutorials","description":"Step-by-step guides for building on the XRP Ledger in JavaScript, Python, Go, and more.","includeFiles":["docs/tutorials/**/*.*"],"excludeFiles":[]},{"title":"References","description":"Protocol specification, transaction types, ledger entries, and API methods.","includeFiles":["docs/references/**/*.*"],"excludeFiles":["docs/references/xrp-api.md","docs/references/data-api.md","docs/references/protocol/index.md","docs/references/protocol/ledger-data/ledger-entry-types/index.md","docs/references/protocol/transactions/index.md","docs/references/protocol/transactions/types/index.md","docs/references/http-websocket-apis/api-conventions/index.md","docs/references/http-websocket-apis/public-api-methods/*/index.md","docs/references/http-websocket-apis/admin-api-methods/*/index.md"]},{"title":"Infrastructure","description":"Install, configure, and troubleshoot xrpld and Clio servers.","includeFiles":["docs/infrastructure/**/*.*"],"excludeFiles":["docs/infrastructure/index.md","docs/infrastructure/*/index.md","docs/infrastructure/installation/build-run-xrpld-in-reporting-mode.md","docs/infrastructure/configuration/data-retention/index.md","docs/infrastructure/configuration/server-modes/index.md"]},{"title":"Blog (2023+)","description":"Recent XRPL Blog posts (showing 2023 and newer).","includeFiles":["blog/2023/**/*.*","blog/2024/**/*.*","blog/2025/**/*.*","blog/2026/**/*.*"],"excludeFiles":[]},{"title":"Resources","description":"Developer resources and contribution guidelines.","includeFiles":["resources/**/*.*"],"excludeFiles":["resources/index.md"]}],"excludeFiles":[]},"description":"Linuxでxrpldの自動更新を設定します。"},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"linuxでの自動更新","__idx":0},"children":["Linuxでの自動更新"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Linuxでは、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"が1回限りの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["cron"]},"構成を使用して最新バージョンに自動的にアップグレードされるように設定できます。可能であれば自動更新を有効にしておくことが推奨されます。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["以下の手順では、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rippled"]},"が",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/infrastructure/installation/install-xrpld-on-rhel"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["yum"]},"リポジトリから（CentOS/RedHat）"]},"、または",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/infrastructure/installation/install-xrpld-on-ubuntu"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["apt"]},"（Ubuntu/Debian）を使用して"]},"インストールされていることを前提としています。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["自動更新を設定するには、以下の手順に従います。"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/opt/ripple/etc/update-rippled-cron"]},"が存在することを確認します。存在しない場合は、（",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/infrastructure/installation/update-xrpld-manually-on-rhel"},"children":["CentOS/Red Hat"]},"または",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/infrastructure/installation/update-xrpld-manually-on-ubuntu"},"children":["Ubuntu/Debian"]},"を）手動で更新します。"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["cron.d"]},"フォルダーに、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/opt/ripple/etc/update-rippled-cron"]},"構成ファイルへのsymlinkを作成します。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"$ sudo ln -s /opt/ripple/etc/update-rippled-cron /etc/cron.d/\n"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["このcron構成は、インストール済みの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rippled"]},"パッケージを新版のリリース後1時間以内に更新するためのスクリプトを実行します。同時に更新を実行しているすべてのサーバが停止する可能性を抑えるため、このスクリプトは",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rippled"]},"サービスを再起動しません。手動再起動しますまで、以前のバージョンを実行し続けます。",{"$$mdtype":"Tag","name":"Badge","attributes":{"color":"","href":"https://github.com/XRPLF/rippled/releases/tag/1.8.1"},"children":["新規: rippled 1.8.1"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["新しいリリースが公開された後、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"サービスを手動再起動する。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"sudo systemctl restart xrpld.service\n"},"children":[]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"注意"},"children":["将来的には、Rippleのリポジトリが変更された場合に、更新を検索するスクリプトが実行されるURLの手動更新が必要となることがあります。必要な変更についての最新情報は、",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/blog/"},"children":["XRP Ledgerブログ"]},"または",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://groups.google.com/forum/#!forum/ripple-server"},"children":["ripple-serverメーリングリスト"]},"でお知らせします。"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"関連項目","__idx":1},"children":["関連項目"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["コンセプト:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/concepts/networks-and-servers"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"サーバ"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/concepts/consensus-protocol"},"children":["コンセンサスについて"]}]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["チュートリアル:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/infrastructure/installation/capacity-planning"},"children":["容量の計画"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/infrastructure/troubleshooting"},"children":["xrpldのトラブルシューティング"]}]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リファレンス:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/references/http-websocket-apis"},"children":["xrpld APIリファレンス"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/infrastructure/commandline-usage"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"コマンドラインの使用"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info"},"children":["server_infoメソッド"]}]}]}]}]}]}]}]},"headings":[{"value":"Linuxでの自動更新","id":"linuxでの自動更新","depth":1},{"value":"関連項目","id":"関連項目","depth":2}],"frontmatter":{"html":"update-xrpld-automatically-on-linux.html","parent":"install-xrpld.html","seo":{"description":"Linuxでxrpldの自動更新を設定します。","title":"Linuxでの自動更新"},"labels":["コアサーバ","セキュリティ"]},"editPage":{"to":"https://github.com/XRPLF/xrpl-dev-portal/tree/master/@l10n/ja/docs/infrastructure/installation/update-xrpld-automatically-on-linux.md"},"lastModified":"2026-06-12T21:34:08.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/ja/docs/infrastructure/installation/update-xrpld-automatically-on-linux","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}