All work
- Add support for HTTPS/HTTP selection via parameter in percona-release toolPS-9851
- [AUDIT COMPONENT] Encryption key generated for audit component even if we don’t want itPS-9850
- RocksDB: free(): invalid next size (fast) mysqld got signal 6PS-9849
- RocksDB: munmap_chunk(): invalid pointer, mysqld got signal 6PS-9848
- RocksDB: mysqld got signal 11 while remove () at sql/sql_plist.hPS-9847
- RocksDB: mysqld got signal 11 while MDL_key::is_equal(MDL_key const*)PS-9846
- RocksDB: malloc(), unaligned tcache chunk detected, mysqld got signal 6PS-9845
- mysqld got signal 11 while std::atomic<LF_SLIST*>::load(std::memory_order)PS-9844
- myrocks::Rdb_key_def::pack_hidden_pk(longlong, uchar*) const: Assertion `is_storage_available(tuple - packed_tuple, m_pack_info[0].m_max_image_len)' failedPS-9843
- rocksdb::IteratorWrapper* rocksdb::MergingIterator::CurrentForward() const: Assertion `minHeap_.empty() || minHeap_.top()->type == HeapItem::Type::ITERATOR' failedPS-9842
- RocksDB: mysqld got signal 11 at Field::is_virtual_gcol()PS-9841
- rocksdb::ColumnFamilySet::~ColumnFamilySet(): Assertion `last_ref' failed.PS-9840
- myrocks::ha_rocksdb::load_auto_incr_value_from_index(): Assertion `dd_val >= last_val' failedPS-9839
- rec_per_key >= rec_per_key_all Assertion failure with rocksdbPS-9838
- Crash on replica: assertion `row0ins.cc:268: !cursor->index->is_committed()` during DELETE + INSERT churn on duplicatePS-9837
- performance regression with audit log 8.4 vs 8.0PS-9836
- Audit Log Filter incorrectly deletes all current audit logs when audit_log_file.max_size is >2GiBPS-9834
- Signal 6 on Audit Log FilterPS-9828
- Extend timestamp column range to 2160 like mariadbPS-9827
- Include the added counters for JS Stored Routines into telemetry JSONPS-9826Kamil Holubicki
- Add telemetry counters for JS Stored RoutinesPS-9825Dmitry Lenev
- Add telemetry for collecting call statementsPS-9824Kamil Holubicki
- mysql_migrate_keyring won't work with PS's componentsPS-9823Yura Sorokin
- Improve documentation on MyRocks variables (part 1)PS-9822patrick.birch
- PS Client istallation is missing /usr/lib/mysql/plugin/dialog.soPS-9818Evgeniy Patlan
- myrocks: update seems not workPS-9816Resolved issue: PS-9816
- PS 8.4.4 using component_keyring_vault crashes when there is an invalid config in the component_keyring_vault.cnf filePS-9815
- Can't launch component_keyring_vaultPS-9813Resolved issue: PS-9813
- Document new features in percona-202401 to percona-202404 tags - 8.4.5-5PS-9810Resolved issue: PS-9810patrick.birch
- Update the submodule pointer for Core DumperPS-9808
- Switch to using CMake presets in PS package buildingPS-9805
- Switch to single ps-build code branch for all active PS code branches (5.7, 8.0, 8.4, 9.x)PS-9804
- Integrate CMake presets into Jenkins PS build scriptsPS-9803
- Integrate CMake presets into Azure pipelines and Cirrus CI for PSPS-9802
- Add CMakePresets.json into all active PS code branches (5.7, 8.0, 8.4 and 9.x)PS-9801
- If object_group is not empty in kmip config, Server is unusablePS-9799oleksiy.lukin
- VA (vulnerability scanning) for Percona MySQL Server versions 5.7.x , 8.0.x , 8.4.xPS-9798Resolved issue: PS-9798
- Fix potential overflow of lock_wait_timeout on 32-bit systemsPS-9794
- The max_trx_id maintained by trx_sys during the startup phase of InnoDB may be incorrect.PS-9793Resolved issue: PS-9793
- Fix potential overflow of lock_wait_timeout on 32-bit systemsPS-9792Resolved issue: PS-9792
- Audit log format is incorrectPS-9791
- remove dummy check for ha_alter_info->handler_flagsPS-9787
- Investigate InnoDB test failure after taking MVCC improvementPS-9785Satya Bodapati
- Add gcc-15 to Azure Pipelines and fix gcc-15 compilation issuesPS-9784Yura Sorokin
- jemalloc_detected variable does not show Jemalloc library as active when it's in fact loadedPS-9782
- Increase the max size of audit_log_filter rulePS-9780Resolved issue: PS-9780Yura Sorokin
- Investigating 2-3 variables to document for MyRocksPS-9779Resolved issue: PS-9779Przemyslaw Skibinski
- binlog_utils_udf plugin should handle binlog.index entries the same as the server code doesPS-9777Resolved issue: PS-9777Kamil Holubicki
- table_access class and read/insert subclass don't log statements inside audit logPS-9774
- Percona audit log filter audit_log_read() showing "null" always instead of the bookmarked and current informationPS-9773
50 of
Add support for HTTPS/HTTP selection via parameter in percona-release tool
General
Escalation
General
Escalation
Description
Environment
None
Details
Details
Assignee
Unassigned
UnassignedReporter
Vinicius Grippa
Vinicius GrippaNeeds QA
Yes
Priority
Created 1 hour ago
Updated 1 hour ago
Activity
Show:
Currently, the percona-release utility defaults to using http://repo.percona.com in some contexts, even though https://repo.percona.com is supported and preferred for secure environments.
To improve flexibility and security compliance, we request adding a parameter to allow users to explicitly choose whether to use HTTPS or HTTP when enabling repositories.
Feature Request:
Add a new command-line option to percona-release to specify the preferred scheme. For example:
Expected Behavior:
When the parameter is present, all repository URLs configured by percona-release use the specified scheme.
Default behavior remains unchanged to preserve compatibility.
Use Case:
Many enterprise environments enforce HTTPS-only repository access.
Avoids manual sed patching of /usr/bin/percona-release and .list files.
Ensures consistency and security during automated provisioning or CI/CD deployments.